xen: Split domain_flags into discrete first-class fields in the
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 29 Mar 2007 14:14:26 +0000 (15:14 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 29 Mar 2007 14:14:26 +0000 (15:14 +0100)
commit0491c8a6d26d25392b3b2458bea2b006bea88c7d
treee067e26bb77c21b0b587451012512f0edcdde25a
parentfbe52a1dd15dae010f1213213303ac58267a78f0
xen: Split domain_flags into discrete first-class fields in the
domain structure. This makes them quicker to access, and simplifies
domain pause and checking of runnable status.
Signed-off-by: Keir Fraser <keir@xensource.com>
20 files changed:
xen/arch/ia64/xen/mm.c
xen/arch/powerpc/mm.c
xen/arch/x86/domain.c
xen/arch/x86/domain_build.c
xen/arch/x86/mm.c
xen/arch/x86/mm/hap/hap.c
xen/arch/x86/mm/shadow/common.c
xen/arch/x86/mm/shadow/multi.c
xen/arch/x86/x86_64/asm-offsets.c
xen/arch/x86/x86_64/entry.S
xen/common/domain.c
xen/common/domctl.c
xen/common/event_channel.c
xen/common/grant_table.c
xen/common/keyhandler.c
xen/common/memory.c
xen/common/page_alloc.c
xen/common/schedule.c
xen/include/xen/sched.h
xen/include/xen/spinlock.h